^tools/misc/xc_shadow$
^tools/misc/xen_cpuperf$
^tools/misc/xenperf$
-^tools/policy/policy_tool$
-^tools/policy/xen/.*$
+^tools/security/secpol_tool$
+^tools/security/xen/.*$
^tools/pygrub/build/.*$
^tools/python/build/.*$
^tools/tests/test_x86_emulator$
snprintf(offsetopt, 29, "offset=%d", offset);
}
- err = ext2fs_file_open2(name, offsetopt, flags, superblock, block_size,
- unix_io_manager, &efs);
+ err = ext2fs_open2(name, offsetopt, flags, superblock, block_size,
+ unix_io_manager, &efs);
if (err) {
PyErr_SetString(PyExc_ValueError, "unable to open file");
return NULL;